home *** CD-ROM | disk | FTP | other *** search
- menu "newgame" 640 480 NONE 0.5
- fadeoverlay 0.5
- bgcolor 0 0 0 1
- borderstyle NONE
- bgfill 0 0 0 1
- fullscreen 1
-
- // Background
- resource
- Label
- {
- name "Default"
- rect 0 0 256 256
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 0 ui/newgame/newgameA
- }
- resource
- Label
- {
- name "Default"
- rect 256 0 256 256
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 1 ui/newgame/newgameB
- }
- resource
- Label
- {
- name "Default"
- rect 512 0 128 256
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 2 ui/newgame/newgameC
- }
- resource
- Label
- {
- name "Default"
- rect 0 256 256 224
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 3 ui/newgame/newgameD
- }
- resource
- Label
- {
- name "Default"
- rect 256 256 256 224
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 4 ui/newgame/newgameE
- }
- resource
- Label
- {
- name "Default"
- rect 512 256 128 224
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- staticshader 5 ui/newgame/newgameF
- }
-
- // BUTTONS
- resource
- Button
- {
- name "easy"
- rect 205 81 256 64
- fgcolor 0.00 0.00 0.00 1.00
- bgcolor 1.00 1.00 1.00 0.00
- borderstyle "NONE"
- hovershader ui/newgame/easy_glow
- ordernumber 1
- stuffcommand "seta skill 0; map d_intro;"
- hoversound sound/ui/loadsave_h.wav
- clicksound sound/ui/loadsave_c.wav
- }
- resource
- Button
- {
- name "medium"
- rect 205 146 256 64
- fgcolor 0.00 0.00 0.00 1.00
- bgcolor 1.00 1.00 1.00 0.00
- borderstyle "NONE"
- hovershader ui/newgame/medium_glow
- ordernumber 2
- stuffcommand "seta skill 1; map d_intro;"
- hoversound sound/ui/loadsave_h.wav
- clicksound sound/ui/loadsave_c.wav
- }
-
- resource
- Button
- {
- name "hard"
- rect 205 212 256 64
- fgcolor 0.00 0.00 0.00 1.00
- bgcolor 1.00 1.00 1.00 0.00
- borderstyle "NONE"
- hovershader ui/newgame/hard_glow
- ordernumber 3
- stuffcommand "seta skill 2; map d_intro;"
- hoversound sound/ui/loadsave_h.wav
- clicksound sound/ui/loadsave_c.wav
- }
-
- resource
- Button
- {
- name "nightmare"
- rect 205 270 256 64
- fgcolor 0.00 0.00 0.00 1.00
- bgcolor 1.00 1.00 1.00 0.00
- borderstyle "NONE"
- hovershader ui/newgame/nightmare_glow
- ordernumber 4
- stuffcommand "seta skill 3; map d_intro;"
- hoversound sound/ui/loadsave_h.wav
- clicksound sound/ui/loadsave_c.wav
- }
-
- // RETURN BUTTON
- resource
- Button
- {
- name "Default"
- rect 0 456 80 24
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.00 0.00 0.00 0.00
- borderstyle "NONE"
- shader ui/back_button
- hovershader ui/back_button_hover
- stuffcommand "popmenu"
- }
-
- end.
-